home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / PROGRAM / UUPC11QS.ARJ / READNEXT.H < prev    next >
C/C++ Source or Header  |  1991-09-28  |  681b  |  13 lines

  1. /*--------------------------------------------------------------------*/
  2. /*    r e a d n e x t . h                                             */
  3. /*                                                                    */
  4. /*    Reads a spooling directory with optional pattern matching       */
  5. /*                                                                    */
  6. /*    Copyright 1991 (C), Andrew H. Derbyshire                        */
  7. /*--------------------------------------------------------------------*/
  8.  
  9. char       *readnext(char *xname,
  10.                     const char *remote,
  11.                     const char *subdir,
  12.                           char *pattern );
  13.